projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3f1354
)
(ask-user-about-lock): Doc fix.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 1 Nov 1999 14:53:59 +0000
(14:53 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 1 Nov 1999 14:53:59 +0000
(14:53 +0000)
lisp/userlock.el
patch
|
blob
|
history
diff --git
a/lisp/userlock.el
b/lisp/userlock.el
index 21c531312d65d99ea2a7d88cdadbe991470052d8..3b3d1fbd728ff279551f4f56eb51b7ddf95c8694 100644
(file)
--- a/
lisp/userlock.el
+++ b/
lisp/userlock.el
@@
-38,7
+38,7
@@
(defun ask-user-about-lock (file opponent)
"Ask user what to do when he wants to edit FILE but it is locked by OPPONENT.
This function has a choice of three things to do:
- do (signal '
buffer-
file-locked (list FILE OPPONENT))
+ do (signal 'file-locked (list FILE OPPONENT))
to refrain from editing the file
return t (grab the lock on the file)
return nil (edit the file even though it is locked).